SymbolSize Property (FlexChartCore<T>)
In This Topic
Gets or sets the size of the symbols used for all Series objects. This property may be overridden by the symbolSize property on each series. (see Series class)
Syntax
'Declaration
Public Property SymbolSize As System.Single
'Usage
Dim instance As FlexChartCore(Of T)
Dim value As System.Single
instance.SymbolSize = value
value = instance.SymbolSize
public System.float SymbolSize {get; set;}
public read-write property SymbolSize: System.Single;
public function get,set SymbolSize : System.float
public: __property System.float get_SymbolSize();
public: __property void set_SymbolSize(
System.float value
);
public:
property System.float SymbolSize {
System.float get();
void set ( System.float value);
}
See Also